home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / OpenDoc / CreditNow! / CreditNow! Source / $Sources / CPCreditNowDemo.Bind.cpp next >
Encoding:
Text File  |  1995-04-14  |  920 b   |  27 lines  |  [TEXT/MPCC]

  1. //----------------------------------------------------------------------------------------
  2. // Binding protocol
  3. //----------------------------------------------------------------------------------------
  4.  
  5. #ifndef _CREDITNOWDEMO_
  6. #include "CPCreditNowDemo.h"
  7. #endif
  8.  
  9. //----------------------------------------------------------------------------------------
  10.  
  11. void CPCreditNowDemo::ExternalizeKinds(Environment* ev, ODTypeList* kindList)
  12. {
  13.     // CodeWarrior: Cmd-Click or Search:Find Definition • Explain_ExternalizeKinds
  14.     EnteringMethod("\pCPCreditNowDemo::ExternalizeKinds");
  15.     ODUnused(kindList);
  16.     this->Externalize(ev);
  17. }
  18.  
  19. //----------------------------------------------------------------------------------------
  20.  
  21. void CPCreditNowDemo::ChangeKind(Environment* ev, ODType kind)
  22. {
  23.     // CodeWarrior: Cmd-Click or Search:Find Definition • Explain_ChangeKind
  24.     EnteringMethod("\pCPCreditNowDemo::ChangeKind");
  25.     ODUnused(kind);
  26. }
  27.